ALIM Web Help

As Built Folder Configuration

The As Built folder configuration is defined in the ProjectWiseAsBuiltFolderId system setting. It contains the following XML content:
<?xml version="1.0"?>
<ProjectWiseAsBuiltFolderId xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
	<DefaultAsBuildFolderId>
		<ParentId>121</ParentId>
	</DefaultAsBuildFolderId>
</ProjectWiseAsBuiltFolderId>

The ParentId value should be set to the ext_obj_id retrieved from the external_objects table for the "AsBuilt" folder configured in your system.

The files are copied over to the "AsBuilt" folder, and a ProjectWise document is created with the same the filename.

Note: It is assumed that the file names are unique within AssetWise ALIM and ProjectWise. It is your responsibility to ensure that all filenames are unique, otherwise duplicate instances of the filename will prevent files from being created.

For more information about defining the ProjectWiseAsBuiltFolderId system setting, see AssetWise ALIM ProjectWise Connector System Preferences.